db_constraints ~master (2022-04-24T06:29:45.2622732)
Dub
Repo
hasExclusionConstraints.Impl
db_constraints
utils
meta
hasExclusionConstraints
Undocumented in source.
template
hasExclusionConstraints
(ClassName)
template
Impl (
T
...
) {
static if
(
T.length == 0
)
enum
Impl
;
static if
(!(
T.length == 0
))
static if
(
isInstanceOf!(ExclusionConstraint, T[0])
)
enum
Impl
;
alias
Impl
=
Impl
!(
T
[
1
..$])
;
}
Members
Aliases
Impl
alias
Impl
=
Impl
!(
T
[
1
..$])
Undocumented in source.
Manifest constants
Impl
enum
Impl
;
Undocumented in source.
Impl
enum
Impl
;
Undocumented in source.
Meta
Source
See Implementation
db_constraints
utils
meta
hasExclusionConstraints
manifest constants
hasExclusionConstraints
templates
Impl